home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / Fresh Download 7.16 / freshdow.exe / install_script.iss
Text File  |  2004-10-20  |  3KB  |  66 lines

  1. ;InnoSetupVersion=5.0.0
  2.  
  3. [Setup]
  4. AppName=FreshDevices FreshDownload
  5. AppVerName=FreshDownload
  6. AppId=FreshDevices FreshDownload
  7. DefaultDirName={pf}\FreshDevices\FreshDownload
  8. DefaultGroupName=FreshDevices\FreshDownload
  9. UninstallDisplayIcon={app}\fd.exe
  10. OutputBaseFilename=freshdow
  11. Compression=lzma
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\fd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\fdhelp.chm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\fdgo.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\fdcatch.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  21. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\license.txt"; DestDir: "{app}"; 
  23. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  25.  
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\FreshDevices\FreshDownload"; ValueName: "Version"; ValueType: String; ValueData: "7.16"; 
  28. Root: HKCU; Subkey: "Software\FreshDevices\FreshDownload"; ValueName: "Version"; ValueType: String; ValueData: "7.16"; 
  29.  
  30. [Run]
  31. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32.  
  33. [UninstallRun]
  34. Filename: "{app}\fd.exe"; Parameters: "/u"; 
  35.  
  36. [Icons]
  37. Name: "{group}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; 
  38. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  39. Name: "{group}\Help - FreshDownload"; Filename: "{app}\fdhelp.chm"; 
  40. Name: "{group}\ReadMe - FreshDownload"; Filename: "{app}\readme.txt"; 
  41. Name: "{group}\Get Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: """http://www.freshdevices.com/register.html"""; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  42. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  43. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  44. Name: "{localappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\fd.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  49. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  50.  
  51. [CustomMessages]
  52. default.NameAndVersion=%1 version %2
  53. default.AdditionalIcons=Additional icons:
  54. default.CreateDesktopIcon=Create a &desktop icon
  55. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  56. default.ProgramOnTheWeb=%1 on the Web
  57. default.UninstallProgram=Uninstall %1
  58. default.LaunchProgram=Launch %1
  59. default.AssocFileExtension=&Associate %1 with the %2 file extension
  60. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  61.  
  62. [Languages]
  63. ; These files are stubs
  64. ; To achieve better results after recompilation, use the real language files
  65. Name: "default"; MessagesFile: "embedded\default.isl"; 
  66.